home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / siemens.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  171 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 >= (the duration of cast 5 - 10) then
  3.     set the visible of sprite 3 to 1
  4.     go(the frame + 1)
  5.   else
  6.     go(2)
  7.   end if
  8. end
  9.